[INFO] cloning repository https://github.com/lileeei/rdp-client
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lileeei/rdp-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flileeei%2Frdp-client", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flileeei%2Frdp-client'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 744da6ed1a927b3cdb9e309d4358f63c8e775537
[INFO] fixing lileeei/rdp-client against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flileeei%2Frdp-client" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lileeei/rdp-client
[INFO] finished tweaking git repo https://github.com/lileeei/rdp-client
[INFO] tweaked toml for git repo https://github.com/lileeei/rdp-client written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lileeei/rdp-client on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lileeei/rdp-client already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 80d163243de3c6397485f5aed2d65da31af50cf669775614fbced023ad0a9acb
[INFO] running `Command { std: "docker" "start" "80d163243de3c6397485f5aed2d65da31af50cf669775614fbced023ad0a9acb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80d163243de3c6397485f5aed2d65da31af50cf669775614fbced023ad0a9acb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80d163243de3c6397485f5aed2d65da31af50cf669775614fbced023ad0a9acb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80d163243de3c6397485f5aed2d65da31af50cf669775614fbced023ad0a9acb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking rdp-client v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `uuid`
[INFO] [stdout]  --> src/client/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use uuid::Uuid;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `uuid`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::actors::console`, `crate::actors::debugger`, `crate::actors::network`
[INFO] [stdout]   --> src/client/mod.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     console::ConsoleActor,
[INFO] [stdout]    |     ^^^^^^^ could not find `console` in `actors`
[INFO] [stdout] 11 |     debugger::DebuggerActor,
[INFO] [stdout]    |     ^^^^^^^^ could not find `debugger` in `actors`
[INFO] [stdout] 12 |     network::NetworkActor,
[INFO] [stdout]    |     ^^^^^^^ could not find `network` in `actors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `uuid`
[INFO] [stdout]  --> src/client/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use uuid::Uuid;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `uuid`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::actors::console`, `crate::actors::debugger`, `crate::actors::network`
[INFO] [stdout]   --> src/client/mod.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     console::ConsoleActor,
[INFO] [stdout]    |     ^^^^^^^ could not find `console` in `actors`
[INFO] [stdout] 11 |     debugger::DebuggerActor,
[INFO] [stdout]    |     ^^^^^^^^ could not find `debugger` in `actors`
[INFO] [stdout] 12 |     network::NetworkActor,
[INFO] [stdout]    |     ^^^^^^^ could not find `network` in `actors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `network` in `actors`
[INFO] [stdout]   --> src/main.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let request = actors::network::NetworkRequest::new(
[INFO] [stdout]    |                           ^^^^^^^ could not find `network` in `actors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `network` in `actors`
[INFO] [stdout]   --> src/main.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let request = actors::network::NetworkRequest::new(
[INFO] [stdout]    |                           ^^^^^^^ could not find `network` in `actors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `network` in `actors`
[INFO] [stdout]   --> src/main.rs:76:67
[INFO] [stdout]    |
[INFO] [stdout] 76 |         if let Some(actor) = network_actor.downcast_mut::<actors::network::NetworkActor>() {
[INFO] [stdout]    |                                                                   ^^^^^^^ could not find `network` in `actors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/actors/mod.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `network` in `actors`
[INFO] [stdout]   --> src/main.rs:76:67
[INFO] [stdout]    |
[INFO] [stdout] 76 |         if let Some(actor) = network_actor.downcast_mut::<actors::network::NetworkActor>() {
[INFO] [stdout]    |                                                                   ^^^^^^^ could not find `network` in `actors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/actors/mod.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `HashMap<std::string::String, Box<(dyn actors::Actor + Send + 'static)>>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/client/mod.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let actors = client.actors.clone();
[INFO] [stdout]    |                                    ^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Box<dyn actors::Actor + Send>: Clone`
[INFO] [stdout]            which is required by `HashMap<std::string::String, Box<dyn actors::Actor + Send>>: Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `HashMap<std::string::String, Box<(dyn actors::Actor + Send + 'static)>>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/client/mod.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let actors = client.actors.clone();
[INFO] [stdout]    |                                    ^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Box<dyn actors::Actor + Send>: Clone`
[INFO] [stdout]            which is required by `HashMap<std::string::String, Box<dyn actors::Actor + Send>>: Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `protocol::Message` in the current scope
[INFO] [stdout]   --> src/client/mod.rs:90:78
[INFO] [stdout]    |
[INFO] [stdout] 90 |                         if let Ok(Some(response)) = actor.handle_message(msg.clone()).await {
[INFO] [stdout]    |                                                                              ^^^^^ method not found in `protocol::Message`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/protocol/mod.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct Message {
[INFO] [stdout]    | ------------------ method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `protocol::Message` in the current scope
[INFO] [stdout]   --> src/client/mod.rs:90:78
[INFO] [stdout]    |
[INFO] [stdout] 90 |                         if let Ok(Some(response)) = actor.handle_message(msg.clone()).await {
[INFO] [stdout]    |                                                                              ^^^^^ method not found in `protocol::Message`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/protocol/mod.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct Message {
[INFO] [stdout]    | ------------------ method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `downcast_mut` found for mutable reference `&mut dyn actors::Actor + Send` in the current scope
[INFO] [stdout]   --> src/main.rs:76:44
[INFO] [stdout]    |
[INFO] [stdout] 76 |         if let Some(actor) = network_actor.downcast_mut::<actors::network::NetworkActor>() {
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ method not found in `&mut dyn actors::Actor + Send`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `downcast_mut` found for mutable reference `&mut dyn actors::Actor + Send` in the current scope
[INFO] [stdout]   --> src/main.rs:76:44
[INFO] [stdout]    |
[INFO] [stdout] 76 |         if let Some(actor) = network_actor.downcast_mut::<actors::network::NetworkActor>() {
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ method not found in `&mut dyn actors::Actor + Send`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lifetime may not live long enough
[INFO] [stdout]    --> src/client/mod.rs:121:47
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn get_actor_mut(&mut self, name: &str) -> Option<&mut (dyn Actor + Send)> {
[INFO] [stdout]     |                          - let's call the lifetime of this reference `'1`
[INFO] [stdout] 121 |         self.actors.get_mut(name).map(|actor| actor.as_mut())
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'static`
[INFO] [stdout]     |
[INFO] [stdout] help: to declare that the trait object captures data from argument `self`, you can add an explicit `'_` lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn get_actor_mut(&mut self, name: &str) -> Option<&mut (dyn Actor + Send + '_)> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] help: consider adding 'move' keyword before the nested closure
[INFO] [stdout]     |
[INFO] [stdout] 121 |         self.actors.get_mut(name).map(move |actor| actor.as_mut())
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rdp-client` (bin "rdp-client" test) due to 8 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: lifetime may not live long enough
[INFO] [stdout]    --> src/client/mod.rs:121:47
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn get_actor_mut(&mut self, name: &str) -> Option<&mut (dyn Actor + Send)> {
[INFO] [stdout]     |                          - let's call the lifetime of this reference `'1`
[INFO] [stdout] 121 |         self.actors.get_mut(name).map(|actor| actor.as_mut())
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'static`
[INFO] [stdout]     |
[INFO] [stdout] help: to declare that the trait object captures data from argument `self`, you can add an explicit `'_` lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn get_actor_mut(&mut self, name: &str) -> Option<&mut (dyn Actor + Send + '_)> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] help: consider adding 'move' keyword before the nested closure
[INFO] [stdout]     |
[INFO] [stdout] 121 |         self.actors.get_mut(name).map(move |actor| actor.as_mut())
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rdp-client` (bin "rdp-client") due to 8 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "80d163243de3c6397485f5aed2d65da31af50cf669775614fbced023ad0a9acb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80d163243de3c6397485f5aed2d65da31af50cf669775614fbced023ad0a9acb", kill_on_drop: false }`
[INFO] [stdout] 80d163243de3c6397485f5aed2d65da31af50cf669775614fbced023ad0a9acb
